home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / pidentd / pidentd-2.6.1 / README < prev    next >
Text File  |  1995-07-30  |  4KB  |  96 lines

  1.                        Pidentd, version 2.4
  2.  
  3.      ("Peter's Ident Daemon" or is it "Portable Ident Daemon"?)
  4.  
  5.         Peter Eriksson <pen@lysator.liu.se>
  6.  
  7.  
  8. LICENSE/LEGALESE
  9.  
  10. This program is released into the public domain and can be used by
  11. anyone who wants to. Vendors may include it into their distributions
  12. if they want to without any restrictions. (Although it would be nice
  13. to be notified by email if someone decides to do that, and/or a note
  14. somewhere about who wrote this program. Like in the man-page or so.. :-)
  15.  
  16.  
  17.  
  18. DESCRIPTION
  19.  
  20. This is a program that implements the RFC1413 identification server. It
  21. was very much inspired by Dan Bernstein's original 'authd' (but unlike
  22. that program doesn't use 'netstat' to get some of the information) It
  23. uses the kernel information directly.  (And is due to that fact a lot
  24. faster). Dan has now written another version of the 'authd' daemon that
  25. uses his 'kstuff' to read the kernel information. Unlike that daemon,
  26. this will use only normally available kernel access functions (and is due
  27. to that more limited in the different machines it support). Please note
  28. that this daemon used to be called pauthd but has changed name to better
  29. reflect what it does (and to conform to the new RFC).
  30.  
  31.  
  32. COMMAND LINE OPTIONS
  33.  
  34. See the manual page for information about the various command line
  35. options that are available.
  36.  
  37. NOTE: One should NOT use the -d option when using it for normal use!
  38.  
  39.  
  40.  
  41. CLIENT LIBRARIES
  42.  
  43. If you intend to create or modify daemons that use the IDENT protocol
  44. then you may wish to get the "libident" library that contains some
  45. functions to implement the client side of this protocol. It is available
  46. as "libident-*.tar.Z" in "pub/ident/libs" at "ftp.lysator.liu.se".
  47.  
  48.  
  49.  
  50. MAILING LISTS
  51.  
  52. There is a mailing list for users of the IDENT(RFC1413)/TAP protocol called
  53. 'ident-users@lysator.liu.se' that you may want to consider joining.
  54. Send mail to the address 'ident-users-request@lysator.liu.se' to 
  55. join it. This list is intended for generic discussions on using this
  56. protocol and it's associated tools.
  57.  
  58. If you only want to receive news about new (non-alpha/beta) releases of
  59. Pidentd then you can join the 'ident-announce@lysator.liu.se' mailing
  60. list. Send mail to the address 'ident-announce-request@lysator.liu.se' to 
  61. join it. No discussions will take place on this list.
  62.  
  63. I also run a small mailing list for people who wants to act as testers
  64. of new alpha/beta-versions of Pidentd. If you wish to join, please send
  65. mail to the address 'pidentd-testers-request@lysator.liu.se'. (I can always
  66. use more testers, so don't hesitate :-)
  67.  
  68. It's a human (namely me :-) that reads the letters sent to *-request.
  69. Please include the full email address to which to wish to have the
  70. letters sent.
  71.  
  72.  
  73.  
  74. INFORMATION REQUEST
  75.  
  76. I'm grateful for success/failure stories about installing/compiling this
  77. daemon...
  78.  
  79. Please let me know if you find any bugs, or have ported it to other
  80. machines (and care to share the changes with me and the world!).
  81.  
  82. Information of interrest:
  83.  
  84.   1. Machine and operating system type and version.
  85.   2. Command line flags.
  86.   3. Inetd.conf configuration.
  87.   4. Did it work, or not. And if not - what did it report to the
  88.      syslog file? (You'll have to add the "-l" option and probably
  89.      reconfigure your Syslogd). If you use the "-d" option then
  90.      you can see a verbose error if you Telnet into it directly and
  91.      send it a query manually. (See the INSTALL file for more information).
  92.  
  93.  
  94.  
  95.             Peter Eriksson <pen@lysator.liu.se>, 13 Dec 1994
  96.